]>
dgit.raspbian.org Git - kamailio.git/log
Victor Seva [Tue, 8 Sep 2026 21:48:12 +0000 (23:48 +0200)]
Merge kamailio (6.0.1-1+deb13u2) import into refs/heads/workingbranch
Victor Seva [Tue, 14 Jul 2026 10:50:17 +0000 (12:50 +0200)]
ims_registrar_scscf: check len before get_4bytes()
(cherry picked from commit
abb5d60af6eefbd367bf6588c5589566b090e272 )
(cherry picked from commit
062702b948f4264622a341ea9216c0d2cb380385 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_registrar_scscf-check-len-before-get_4bytes.patch
Victor Seva [Tue, 14 Jul 2026 10:47:34 +0000 (12:47 +0200)]
ims_qos_npn: check len before get_4bytes()
(cherry picked from commit
e6ff84fea2da24e385b75928a3cf6d32e063d8f9 )
(cherry picked from commit
801b7629fb038f1d78c787c132144141b84e13f7 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_qos_npn-check-len-before-get_4bytes.patch
Victor Seva [Tue, 14 Jul 2026 10:36:12 +0000 (12:36 +0200)]
ims_qos: check len before get_4bytes()
(cherry picked from commit
45b30ecfa04c79ebc40afa76b60c17d000b65f82 )
(cherry picked from commit
1a276ee343dde0454d1f28cc69c1c2bff8113541 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_qos-check-len-before-get_4bytes.patch
Victor Seva [Tue, 14 Jul 2026 10:23:39 +0000 (12:23 +0200)]
ims_ocs: check len before get_4bytes()
(cherry picked from commit
f30c4aa8b54320fef295c68d72c4b1d87b1b9c04 )
(cherry picked from commit
ce354d25a70b94d9f240bba317569529233c4299 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_ocs-check-len-before-get_4bytes.patch
Xenofon Karamanos [Tue, 31 Mar 2026 10:52:11 +0000 (10:52 +0000)]
ims_ocs: Free after copying the values
- Remove extra freeavplist call
- Add len check
(cherry picked from commit
a56942affd35d41890c23f1d3b5bb519f87ef5ad )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_ocs-Free-after-copying-the-values.patch
Victor Seva [Tue, 14 Jul 2026 10:14:12 +0000 (12:14 +0200)]
ims_icscf: check len before get_4bytes()
(cherry picked from commit
fd208b0fab7eba80ea4b80e9ff1c22c733619b65 )
(cherry picked from commit
fc616d62e44bee65de3e83cd3ec7e10742b9aec9 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_icscf-check-len-before-get_4bytes.patch
Victor Seva [Tue, 14 Jul 2026 10:04:42 +0000 (12:04 +0200)]
ims_charging: check len before get_4bytes()
(cherry picked from commit
835e94e2795c932a3c62262cf4f7567955520ab8 )
(cherry picked from commit
5dae7c5a7d2910844aaea4f6a0d68dca429bd393 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_charging-check-len-before-get_4bytes.patch
Victor Seva [Tue, 14 Jul 2026 10:01:38 +0000 (12:01 +0200)]
ims_auth: check len before get_4bytes()
(cherry picked from commit
4794df44bf5195594b9b86a8f7e96222f23413b1 )
(cherry picked from commit
675e0d53084e12cc1b78be020d1e81bde2863873 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_auth-check-len-before-get_4bytes.patch
Victor Seva [Tue, 28 Jul 2026 17:04:42 +0000 (19:04 +0200)]
ims_registrar_pcscf: free previous sec-agree value at process_sec_agree_param()
process_sec_agree_param() can be called several times for the same parameter
in this case we will leak the mem for the previous value.
Based on solution from qasimomneia <qasim.l.ghalib@alkafeelomnnea.com> at #4841
(cherry picked from commit
11351f70892e0c6a1fc221b6b4cd503da60a07c4 )
(cherry picked from commit
f5d29d10cd0ad432cb0e5acb1959daf805592a5e )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_registrar_pcscf-free-previous-sec-agree-value-at.patch
Victor Seva [Mon, 4 May 2026 09:43:06 +0000 (11:43 +0200)]
ims_registrar_pcscf: Fix problems with double mem free, take three
related #4671
* free params->data.ipsec always
(cherry picked from commit
5f6dd0bb09fa33a07397902f9822fb5c1a370945 )
(cherry picked from commit
bb74017208cdefdbc397d8b2474b73bde70e29f9 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_registrar_pcscf-Fix-problems-with-double-mem-fre3.patch
Victor Seva [Mon, 4 May 2026 09:08:26 +0000 (11:08 +0200)]
ims_registrar_pcscf: Fix problems with double mem free, take two
* include sec_header check
* don't free data.ipsec before
related #4671
(cherry picked from commit
824dc0d39bf067ba343d7503b218e131a1944eea )
(cherry picked from commit
72e19957e2097b5a96ef50437dde9fae75077a63 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_registrar_pcscf-Fix-problems-with-double-mem-fre2.patch
Victor Seva [Mon, 4 May 2026 08:51:36 +0000 (10:51 +0200)]
ims_registrar_pcscf: Fix problems with double mem free
fix #4671
same logic as
91c5ca751799db4f25a28a495350cc97f7c2f390
(cherry picked from commit
722c06b3efc53ccb369ce812c685c7d069508187 )
(cherry picked from commit
66e0b5075dc741095bf3439e76d25833f8f82e52 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_registrar_pcscf-Fix-problems-with-double-mem-fre.patch
Victor Seva [Tue, 28 Jul 2026 16:58:08 +0000 (18:58 +0200)]
ims_ipsec_pcscf: free previous sec-agree value at process_sec_agree_param()
process_sec_agree_param() can be called several times for the same parameter
in this case we will leak the mem for the previous value.
Based on solution from qasimomneia <qasim.l.ghalib@alkafeelomnnea.com> at #4841
(cherry picked from commit
f0e3348c5e3a6c24b2921fbfb8b998317076146f )
(cherry picked from commit
56f30c96a22eb0437090d4c376ac2eca67a93508 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_ipsec_pcscf-free-previous-sec-agree-value-at-pro.patch
Victor Seva [Mon, 4 May 2026 09:40:10 +0000 (11:40 +0200)]
ims_ipsec_pcscf: Fix problems with double mem free, take three
related #4670
* free paramas->data.ipsec always
(cherry picked from commit
c257ac9aeabadabc24be8e59dee6e85b74d556e2 )
(cherry picked from commit
de4fc33ce90c3c11382eff3e8dc4789e0ec8c084 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_ipsec_pcscf-Fix-problems-with-double-mem-free-ta3.patch
Victor Seva [Mon, 4 May 2026 09:07:33 +0000 (11:07 +0200)]
ims_ipsec_pcscf: Fix problems with double mem free, take two
related #4670
(cherry picked from commit
d6e94a640097f31e14df652b039f017a90f20872 )
(cherry picked from commit
e47d4792de562b767d0796662525da902b270df3 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_ipsec_pcscf-Fix-problems-with-double-mem-free-ta.patch
Victor Seva [Mon, 4 May 2026 08:45:44 +0000 (10:45 +0200)]
ims_ipsec_pcscf: Fix problems with double mem free
fix #4670
same logic as
91c5ca751799db4f25a28a495350cc97f7c2f390
(cherry picked from commit
c7f290cc92760365af81f99c290a905d4e5c609c )
(cherry picked from commit
d04659303e7fbfb55d0884dedc6dde6ceac7c51b )
Gbp-Pq: Topic upstream
Gbp-Pq: Name ims_ipsec_pcscf-Fix-problems-with-double-mem-free.patch
Daniel-Constantin Mierla [Wed, 26 Nov 2025 19:43:25 +0000 (20:43 +0100)]
auth: use AUTH_FLAG_NOINVNC flag
(cherry picked from commit
9dc160d1d2bdf0542d3d9d8ae090bb1352520a1c )
Gbp-Pq: Topic upstream
Gbp-Pq: Name auth-use-AUTH_FLAG_NOINVNC-flag.patch
Daniel-Constantin Mierla [Sun, 23 Nov 2025 10:38:07 +0000 (11:38 +0100)]
auth: add defines for authenticate flags
(cherry picked from commit
cd88ca4bb64a8d44e2ea9f73be53b24d3b3a93fa )
Gbp-Pq: Topic upstream
Gbp-Pq: Name auth-add-defines-for-authenticate-flags.patch
Daniel-Constantin Mierla [Sun, 23 Nov 2025 10:21:04 +0000 (11:21 +0100)]
auth_db: init variable and set the result header later
(cherry picked from commit
c2e62cd2dfb0c9969f7e410020fa3a39f343d608 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name auth_db-init-variable-and-set-the-result-header-late.patch
Daniel-Constantin Mierla [Sun, 23 Nov 2025 10:19:06 +0000 (11:19 +0100)]
auth: init variable
(cherry picked from commit
6d99a650cb79ec5551bb1af29132be9e9c7c555b )
Gbp-Pq: Topic upstream
Gbp-Pq: Name auth-init-variable.patch
Daniel-Constantin Mierla [Sun, 23 Nov 2025 08:18:48 +0000 (09:18 +0100)]
auth: propagate auth header via pv_authenticate()
(cherry picked from commit
aa14327b826ac3dfa348c33fe1e9d354cdd855af )
Gbp-Pq: Topic upstream
Gbp-Pq: Name auth-propagate-auth-header-via-pv_authenticate.patch
Daniel-Constantin Mierla [Sun, 1 Mar 2026 21:55:21 +0000 (22:55 +0100)]
core: tcp read - check coontent lenght for max int limit
(cherry picked from commit
2c47fe1625b57e04252230e0e783ba4182afbebb )
(cherry picked from commit
4076b32435b32205460e4d5fbcbef3ed8500e8c7 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name core-tcp-read-check-coontent-lenght-for-max-int-limi.patch
Bastian Germann [Fri, 22 Aug 2025 11:15:18 +0000 (13:15 +0200)]
Check only major OpenSSL version
The version check was written during OpenSSL 0.9 era.
It is not needed in Debian and only getting in the way.
Gbp-Pq: Name Check-only-major-OpenSSL-version.patch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Tue, 8 Sep 2026 21:48:12 +0000 (23:48 +0200)]
kamailio (6.0.1-1+deb13u2) trixie-security; urgency=medium
* CVE-2026-39863 fix
* CVE-2026-39864 fix
* CVE-2026-52022 fix
* CVE-2026-52023 fix
* CVE-2026-82608 fix
[dgit import unpatched kamailio 6.0.1-1+deb13u2]
Victor Seva [Tue, 8 Sep 2026 21:48:12 +0000 (23:48 +0200)]
Import kamailio_6.0.1-1+deb13u2.debian.tar.xz
[dgit import tarball kamailio 6.0.1-1+deb13u2 kamailio_6.0.1-1+deb13u2.debian.tar.xz]
Bastian Germann [Thu, 28 Aug 2025 10:54:46 +0000 (12:54 +0200)]
Merge kamailio (6.0.1-1+deb13u1) import into refs/heads/workingbranch
Bastian Germann [Fri, 22 Aug 2025 11:15:18 +0000 (13:15 +0200)]
Check only major OpenSSL version
The version check was written during OpenSSL 0.9 era.
It is not needed in Debian and only getting in the way.
Gbp-Pq: Name Check-only-major-OpenSSL-version.patch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Bastian Germann [Thu, 28 Aug 2025 10:54:46 +0000 (12:54 +0200)]
kamailio (6.0.1-1+deb13u1) trixie; urgency=medium
* Team upload
* Check only major OpenSSL version (Closes: #
1110867 )
[dgit import unpatched kamailio 6.0.1-1+deb13u1]
Bastian Germann [Thu, 28 Aug 2025 10:54:46 +0000 (12:54 +0200)]
Import kamailio_6.0.1-1+deb13u1.debian.tar.xz
[dgit import tarball kamailio 6.0.1-1+deb13u1 kamailio_6.0.1-1+deb13u1.debian.tar.xz]
Victor Seva [Tue, 11 Mar 2025 13:38:30 +0000 (14:38 +0100)]
Import kamailio_6.0.1.orig.tar.gz
[dgit import orig kamailio_6.0.1.orig.tar.gz]
Victor Seva [Tue, 11 Mar 2025 13:38:30 +0000 (14:38 +0100)]
Merge kamailio (6.0.1-1) import into refs/heads/workingbranch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Tue, 11 Mar 2025 13:38:30 +0000 (14:38 +0100)]
kamailio (6.0.1-1) unstable; urgency=medium
* debian: add gbp.conf
* upstream/signing-key.asc and watch changes
* New upstream version 6.0.1 (Closes: #
1096894 )
[dgit import unpatched kamailio 6.0.1-1]
Victor Seva [Tue, 11 Mar 2025 13:38:30 +0000 (14:38 +0100)]
Import kamailio_6.0.1-1.debian.tar.xz
[dgit import tarball kamailio 6.0.1-1 kamailio_6.0.1-1.debian.tar.xz]
Victor Seva [Tue, 11 Feb 2025 13:55:15 +0000 (14:55 +0100)]
Merge kamailio (6.0.0-1) import into refs/heads/workingbranch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Tue, 11 Feb 2025 13:55:15 +0000 (14:55 +0100)]
kamailio (6.0.0-1) unstable; urgency=medium
* debian/watch: fix basedir detection
* New upstream version 6.0.0
* remove geoip modules
* add kafka modules
* Remove examples. The most part are obsolete
* debian/gbp.conf: update filter
* debian/gbp.conf: switch to DEP-14 layout
* remove upstream patches from 5.8 series
* refresh patches
* fix extended-description-line-too-long
* refresh debian/backports scripts
* lintian-overrides for false positives
[dgit import unpatched kamailio 6.0.0-1]
Victor Seva [Tue, 11 Feb 2025 13:55:15 +0000 (14:55 +0100)]
Import kamailio_6.0.0.orig.tar.gz
[dgit import orig kamailio_6.0.0.orig.tar.gz]
Victor Seva [Tue, 11 Feb 2025 13:55:15 +0000 (14:55 +0100)]
Import kamailio_6.0.0-1.debian.tar.xz
[dgit import tarball kamailio 6.0.0-1 kamailio_6.0.0-1.debian.tar.xz]
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
Merge kamailio (5.8.5-1) import into refs/heads/workingbranch
Victor Seva [Tue, 10 Dec 2024 23:09:02 +0000 (00:09 +0100)]
[PATCH] db_unixodbc: fix incompatible-pointer-types warning
> dbase.c: In function 'db_unixodbc_close_impl':
> dbase.c:261:32: error: passing argument 2 of 'db_do_close' from incompatible pointer type [-Wincompatible-pointer-types]
> 261 | return db_do_close(_h, db_unixodbc_free_connection);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
> | |
> | void (*)(struct my_con *)
> In file included from val.h:34,
> from dbase.c:33:
> ../../lib/srdb1/db.h:495:40: note: expected 'void (*)(struct pool_con *)' but argument is of type 'void (*)(struct my_con *)'
> 495 | void db_do_close(db1_con_t *_h, void (*free_connection)(struct pool_con *));
> | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> make[2]: *** [../../Makefile.rules:101: dbase.o] Error 1
related #4064
(cherry picked from commit
7f24bc09863220b4c14e2046708c10ff0891c038 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0002-db_unixodbc-fix-incompatible-pointer-types-warning.patch
Victor Seva [Tue, 10 Dec 2024 22:58:06 +0000 (23:58 +0100)]
[PATCH] db_sqlite: fix incompatible-pointer-types warning
fixes #4064
(cherry picked from commit
06cc2560e5358468178ef3e5c795a8a0ec67b693 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name 0001-db_sqlite-fix-incompatible-pointer-types-warning.patch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
kamailio (5.8.5-1) unstable; urgency=medium
* New upstream version 5.8.5
* upstream fixes from 5.8 branch
* pkg-config => pkgconf
* Trim trailing whitespace.
* Use secure URI in Homepage field.
* Update watch file format version to 4.
* update lintian-overrides
* copyright: remove file patterns no longer there
* copyright: update debian/* year
[dgit import unpatched kamailio 5.8.5-1]
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
Import kamailio_5.8.5.orig.tar.gz
[dgit import orig kamailio_5.8.5.orig.tar.gz]
Victor Seva [Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)]
Import kamailio_5.8.5-1.debian.tar.xz
[dgit import tarball kamailio 5.8.5-1 kamailio_5.8.5-1.debian.tar.xz]
Victor Seva [Fri, 15 Nov 2024 18:55:10 +0000 (19:55 +0100)]
Merge kamailio (5.8.4-1) import into refs/heads/workingbranch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Fri, 15 Nov 2024 18:55:10 +0000 (19:55 +0100)]
kamailio (5.8.4-1) unstable; urgency=medium
* New upstream version 5.8.4
* remove already applied patches
[dgit import unpatched kamailio 5.8.4-1]
Victor Seva [Fri, 15 Nov 2024 18:55:10 +0000 (19:55 +0100)]
Import kamailio_5.8.4.orig.tar.gz
[dgit import orig kamailio_5.8.4.orig.tar.gz]
Victor Seva [Fri, 15 Nov 2024 18:55:10 +0000 (19:55 +0100)]
Import kamailio_5.8.4-1.debian.tar.xz
[dgit import tarball kamailio 5.8.4-1 kamailio_5.8.4-1.debian.tar.xz]
Victor Seva [Tue, 8 Oct 2024 06:56:35 +0000 (08:56 +0200)]
Merge kamailio (5.8.3-1) import into refs/heads/workingbranch
Daniel-Constantin Mierla [Thu, 19 Sep 2024 06:54:32 +0000 (08:54 +0200)]
tm: remove extra + used before MAXFWD_HEADER_LEN
(cherry picked from commit
307d6db88c218ffd5dc9d6e7de6425ac4ef24748 )
Gbp-Pq: Name tm-remove-extra-used-before-MAXFWD_HEADER_LEN.patch
Daniel-Constantin Mierla [Wed, 4 Sep 2024 17:36:34 +0000 (19:36 +0200)]
nathelper: add_contact_alias() with parameters to enclose ipv6 in square brackets
- the add_contact_alias() without parameters was doing it already
- discovered while investigating GH #3968
(cherry picked from commit
744e5ac9678c0c9ef07bfb0de44c7c478a2debdc )
Gbp-Pq: Name nathelper-add_contact_alias-with-parameters-to-enclo.patch
Daniel-Constantin Mierla [Wed, 4 Sep 2024 16:54:22 +0000 (18:54 +0200)]
nathelper: check if alias ipv6 has already square brackets
- GH #3968
(cherry picked from commit
6e01172a138d395fa3f7c3f25238647934137dba )
Gbp-Pq: Name nathelper-check-if-alias-ipv6-has-already-square-bra.patch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Tue, 8 Oct 2024 06:56:35 +0000 (08:56 +0200)]
kamailio (5.8.3-1) unstable; urgency=medium
* New upstream version 5.8.3
* patches from 5.8 since 5.8.3
[dgit import unpatched kamailio 5.8.3-1]
Victor Seva [Tue, 8 Oct 2024 06:56:35 +0000 (08:56 +0200)]
Import kamailio_5.8.3.orig.tar.gz
[dgit import orig kamailio_5.8.3.orig.tar.gz]
Victor Seva [Tue, 8 Oct 2024 06:56:35 +0000 (08:56 +0200)]
Import kamailio_5.8.3-1.debian.tar.xz
[dgit import tarball kamailio 5.8.3-1 kamailio_5.8.3-1.debian.tar.xz]
Victor Seva [Thu, 29 Aug 2024 08:51:52 +0000 (10:51 +0200)]
Merge kamailio (5.8.2-4) import into refs/heads/workingbranch
Victor Seva [Thu, 18 Jul 2024 15:26:33 +0000 (17:26 +0200)]
[PATCH] sipcapture: add missing headers for inet_ntop()
fixes #3927
(cherry picked from commit
fe505c9654541ec60f14e5a50896bb11751e61e4 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name sipcapture-add-missing-headers-for-inet_ntop.patch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name 0001-Stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Thu, 29 Aug 2024 08:51:52 +0000 (10:51 +0200)]
kamailio (5.8.2-4) unstable; urgency=medium
* remove app_mono (Closes: #
1079882 )
[dgit import unpatched kamailio 5.8.2-4]
Victor Seva [Thu, 29 Aug 2024 08:51:52 +0000 (10:51 +0200)]
Import kamailio_5.8.2-4.debian.tar.xz
[dgit import tarball kamailio 5.8.2-4 kamailio_5.8.2-4.debian.tar.xz]
Victor Seva [Thu, 18 Jul 2024 15:46:16 +0000 (17:46 +0200)]
Merge kamailio (5.8.2-3) import into refs/heads/workingbranch
Victor Seva [Thu, 18 Jul 2024 15:26:33 +0000 (17:26 +0200)]
[PATCH] sipcapture: add missing headers for inet_ntop()
fixes #3927
(cherry picked from commit
fe505c9654541ec60f14e5a50896bb11751e61e4 )
Gbp-Pq: Topic upstream
Gbp-Pq: Name sipcapture-add-missing-headers-for-inet_ntop.patch
Adrian Bunk [Wed, 9 Feb 2022 04:21:59 +0000 (06:21 +0200)]
Stop setting -march on arm
This broke the Debian armhf build due to the Debian gcc maintainer
changing the semantics of -march to disable FPU support unless +fp
is included.
Gbp-Pq: Name 0001-Stop-setting-march-on-arm.patch
Tzafrir Cohen [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
make sure symbols are exported from main binary to allow loading modules
Gbp-Pq: Name fix_export.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
Don't copy the INSTALL file to the docs dir
Gbp-Pq: Name no_INSTALL_file.patch
Victor Seva [Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)]
don't try to install to lib64
Gbp-Pq: Name no_lib64_on_64_bits.patch
Victor Seva [Thu, 18 Jul 2024 15:46:16 +0000 (17:46 +0200)]
kamailio (5.8.2-3) unstable; urgency=medium
* fix build on s390x and ppc64 (Closes: #
1075961 )
[dgit import unpatched kamailio 5.8.2-3]
Victor Seva [Thu, 18 Jul 2024 15:46:16 +0000 (17:46 +0200)]
Import kamailio_5.8.2-3.debian.tar.xz
[dgit import tarball kamailio 5.8.2-3 kamailio_5.8.2-3.debian.tar.xz]
Victor Seva [Thu, 13 Jun 2024 15:30:17 +0000 (17:30 +0200)]
Merge kamailio (5.8.2-2) import into refs/heads/workingbranch